projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94116ae
)
configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resources
author
Kalev Lember
<kalevlember@gmail.com>
Wed, 11 Apr 2012 20:12:15 +0000
(23:12 +0300)
committer
Kalev Lember
<kalevlember@gmail.com>
Wed, 11 Apr 2012 20:12:15 +0000
(23:12 +0300)
No need to manually set GLIB_COMPILE_RESOURCES when AM_PATH_GLIB_2_0()
does this for us.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1a504052cea5d345ba7d473bc3938eba9130db11..2910127a7b6457f24aed7aa898e05530e6089e60 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1497,13
+1497,6
@@
fi
GLIB_GSETTINGS
-#############
-# Resources #
-#############
-
-GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
-AC_SUBST(GLIB_COMPILE_RESOURCES)
-
##################################################
# GObject introspection
##################################################